home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
comm
/
term
/
term_source.lha
/
Extras
/
Source
/
term-source.lha
/
Glue
/
LT_SetAttributes.asm
< prev
next >
Wrap
Assembly Source File
|
1996-10-20
|
301b
|
16 lines
*** DO NOT EDIT: FILE BUILT AUTOMATICALLY
*** LT_SetAttributes ram interface
XREF _GTLayoutBase
SECTION gtlayout,code
XDEF _LT_SetAttributes
_LT_SetAttributes:
move.l a6,-(sp)
move.l _GTLayoutBase,a6
lea 8(sp),a1
move.l (a1)+,a0
move.l (a1)+,d0
jsr -84(a6)
move.l (sp)+,a6
rts
END